Release 10.1A: OpenEdge Development:
Progress Dynamics Repository Reference


gsm_translation table — gsmtl

This table contains user-defined translations in various languages for widget labels and ToolTip text. The setup of every program walks the widget tree. If an entry exists in this table, the label and ToolTip are changed to the entry in this table according to the language selected by the user.

Translations can be turned off globally using the translation_enabled field on the gsc_security_control table.

Table 6–15 lists the table’s FLA, fields, and foreign keys.

Table 6–15: gsm_translation table information 
Table FLA
Fields (data type)
Foreign keys
gsmtl
translation_obj (Decimal)
language_obj (Decimal)
object_filename (Character)
widget_type (Character)
widget_name (Character)
widget_entry (Integer)
original_label (Character)
translation_label (Character)
original_tooltip (Character)
translation_tooltip (Character)
source_language_obj (Decimal)
language_obj

Table 6–16 gives details of the table’s indexes.

Table 6–16: gsm_translation index information 
Index name
Elements
Type
XPKgsm_translation
translation_obj
Primary Unique
XAK1gsm_translation
object_filename
widget_type
widget_name
widget_entry
language_obj
source_language_obj
Unique
XAK2gsm_translation
source_language_obj
language_obj
object_filename
widget_type
widget_name
widget_entry
Unique
XIE1gsm_translation
widget_name
widget_entry
object_filename
source_language_obj
language_obj
widget_type
Nonunique
XIE2gsm_translation
language_obj
Nonunique


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095